tools.copyresources

Undocumented in source.

Members

Functions

cacheExists
bool cacheExists(string workingDir, string from, string toWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
copyResources
void copyResources(Terminal t, string inputPath, string outputPath, bool clean)

Receives from and where

getCacheName
string getCacheName(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
getCachePath
string getCachePath(string workingDir, string from, string toWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
isUpToDate
bool isUpToDate(DirEntry which)
Undocumented in source. Be warned that the author may not have intended to support it.
readCacheFile
void readCacheFile(string workingDir, string from, string toWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
writeCacheFile
void writeCacheFile(string workingDir, string from, string toWhere)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AssetCache
struct AssetCache
Undocumented in source.
Cache
struct Cache
Undocumented in source.

Variables

cache
AssetCache[string] cache;
Undocumented in source.
isCacheValid
bool isCacheValid;
Undocumented in source.

Meta